﻿#online_service_bar {
	font-size: 12px;
	color: #555;
	font-family: "Microsoft YaHei", Verdana, "BitStream vera Sans", Tahoma, Helvetica, Sans-serif;
}
#online_service_bar a {
	color: #555;
	text-decoration: none;
}
#online_service_bar a:hover {
	color: #E21F2B;
	text-decoration: none;
}
#online_service_bar img {
	border: none;
	vertical-align: middle;
}
/*在线客服边栏*/
#online_service_bar {
	/*position: absolute;
	top: -150px;
	right: 0;*/
	position:fixed;
	right:0px;
	overflow: hidden;
	z-index: 1001;
}
#online_service_fullbar {
	display: none;
	width: 179px;
	padding-bottom: 37px;
	background: url(../images/footer.gif) no-repeat left bottom;
}
.service_bar_head {
	text-indent: -9999px;
	width: 179px;
	height: 68px;
	position: relative;
	background: url(../images/header.gif) no-repeat left top;
}
.service_bar_main {
	width: 179px;
	height: auto;
	overflow: hidden;
	background: url(../images/main.gif) repeat-y left top;
}
#service_bar_close {
	position: absolute;
	width: 10px;
	height: 10px;
	top: 15px;
	right: 0;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
}
/*在线客服边栏收缩状态*/
#online_service_minibar {
	/*margin-top: 150px;*/
	width: 23px;
	height: 80px;
	background: url(../images/mini.gif) no-repeat right top;
	display: none;
	cursor: pointer;
}
/*客服菜单列表*/
.service_menu {
	font-size: 12px;
	width: 153px;
	margin: 6px auto 22px;
	overflow: hidden;
	list-style: none;
	padding: 0;
}
.service_menu li {
	width: 100%;
	height: auto;
	overflow: hidden;
}
